feat: add ais.clearRefinements widget with list field type#32
Merged
sarahdayan merged 6 commits intomainfrom Feb 24, 2026
Merged
feat: add ais.clearRefinements widget with list field type#32sarahdayan merged 6 commits intomainfrom
ais.clearRefinements widget with list field type#32sarahdayan merged 6 commits intomainfrom
Conversation
✅ Deploy Preview for algolia-experiences-js ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for algolia-experiences-react ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
ais.clearRefinements widget with list field type
913088f to
9622303
Compare
dhayab
approved these changes
Feb 23, 2026
Comment on lines
+253
to
+267
| const X_ICON = ( | ||
| <svg | ||
| class="size-4 shrink-0" | ||
| viewBox="0 0 24 24" | ||
| fill="none" | ||
| stroke="currentColor" | ||
| stroke-width="2" | ||
| stroke-linecap="round" | ||
| stroke-linejoin="round" | ||
| > | ||
| <path d="M18 6 6 18" /> | ||
| <path d="m6 6 12 12" /> | ||
| </svg> | ||
| ); | ||
|
|
Member
There was a problem hiding this comment.
Nit: should this be somewhere else, in components or assets?
Member
Author
There was a problem hiding this comment.
Yes, I will use Lucide Icons to replace them all cleanly.
a64539b to
c547b8f
Compare
9622303 to
ec8acba
Compare
Add a new `list` field type for string array parameters (toggleable, with add/remove/edit per item) and use it to enable the ais.clearRefinements widget with includedAttributes and excludedAttributes support. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…other on Add `excludes` property to field overrides so toggling on `includedAttributes` clears `excludedAttributes` and vice versa. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Trim whitespace and remove empty items from list parameters before sending to the API. If all items are empty, the parameter is set to undefined. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
ec8acba to
fa63ee7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
listfield type to the toolbar'sFieldOverrideunion for string array parameters, with a toggleable switch (OFF =undefined/ use library defaults, ON = editable list with add/remove/edit per item)ais.clearRefinementswidget withincludedAttributes,excludedAttributes, andcssClassesfieldsais.clearRefinementsin the runtime with passthroughtransformParamsincludedAttributesandexcludedAttributesare mutually exclusive: toggling one on automatically clears the other (via the newexcludesproperty on field overrides)undefined